padcontroller: Copy action entries
authorTimm Bäder <mail@baedert.org>
Sat, 7 Mar 2020 13:48:07 +0000 (14:48 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 7 Mar 2020 13:52:45 +0000 (14:52 +0100)
commit049f841900e0e196f4eba293aadf84b0735ee8d0
tree58ba047b933b02ab4e593cf4cf029a61acf70e8d
parent3c28f6d8917908b125c63c97ab2a0d25f7d552a3
padcontroller: Copy action entries

The label and action_name entries of GtkPadActionEntry are supposed to
be const, so copy them into a private ActionEntryData struct that we
later free.
gtk/gtkpadcontroller.c
gtk/gtkpadcontroller.h